home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / 1994.11.gz / 1994.11 / 000027_heiko@lotte.sax.de_Fri Nov 4 11:17:40 1994.msg < prev    next >
Internet Message Format  |  1994-11-30  |  2KB

  1. Received: from irz301.inf.tu-dresden.de by cs.umb.edu with SMTP id AA03342
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Fri, 4 Nov 1994 05:07:10 -0500
  3. Received: from sax.sax.de by irz301.inf.tu-dresden.de with SMTP
  4.     (5.67b+/DEC-Ultrix/4.3) id AA17191; Fri, 4 Nov 1994 11:06:20 +0100
  5. Received: from lotte.sax.de by sax.sax.de with UUCP
  6.     (5.67b+/DEC-Ultrix/4.4) id AA14613; Fri, 4 Nov 1994 11:06:59 +0100
  7. Received: by iva.lotte.sax.de (Linux Smail3.1.28.1 #3)
  8.     id m0r3KmC-0005GPC; Fri, 4 Nov 94 10:17 MET
  9. Message-Id: <m0r3KmC-0005GPC@iva.lotte.sax.de>
  10. From: heiko@lotte.sax.de (Heiko Schlittermann)
  11. Subject: bug in dvipsk/tex*script (at least for me)
  12. To: tex-k@cs.umb.edu
  13. Date: Fri, 4 Nov 1994 10:17:40 +0100 (MET)
  14. X-Phone/Fax: +49 351 4677438
  15. X-Mailer: ELM [version 2.4 PL23]
  16. Content-Type: text
  17. Content-Length: 818       
  18.  
  19. Hi out there,
  20.  
  21. recently I compiled and installed dvipsk 5.58c.  While installing I
  22. encountered an error, breaking the make run.  
  23.  
  24.     #! /bin/sh
  25.     # A shell script to convert tex.lpro to texc.lpro
  26.     #
  27.     # To use it, say
  28.     #       texc.script tex.lpro texc.lpro
  29.     #
  30. >>  ed - $1 <<edscriptend
  31.     /% begin code for uncompressed fonts only/d
  32.     .,/% end code for uncompressed fonts only/d
  33.     .,/% end of code for unpacking compressed fonts/s/% //
  34.     w $2
  35.     edscriptend
  36.  
  37. At least at my system (Linux 1.0.8) this script seems to be broken.
  38.  
  39. I had to change the marked line to
  40.     ed $1 <<edscript
  41. and I never discovered what the dash (meaning stdin, I think) was for.
  42.  
  43.  
  44. - heiko -
  45.  
  46. PS: Please CC your response to <heiko@lotte.sax.de> as I just
  47. subscribed to this list but I'm not sure if already include....